home *** CD-ROM | disk | FTP | other *** search
/ Aminet 38 / Aminet 38 (2000)(Schatztruhe)[!][Aug 2000].iso / Aminet / gfx / edit / picFX.readme < prev   
Encoding:
Text File  |  2000-07-01  |  3.7 KB  |  102 lines

  1. Short:    Great CARDWARE image deformer (MUI) 1.5
  2. Author:   Maxime Gamboni (gamboni@fastnet.ch)
  3. Uploader: Maxime Gamboni (gamboni@fastnet.ch)
  4. Version:  1.5
  5. Type:     gfx/edit
  6. Requires: Lamp.mcc; look in dev/mui
  7. Requires: guigfx.library, render.library; look in dev/misc
  8.  
  9. Have a look at http://intelcom.ch/maxime/picfx/
  10.  
  11.  
  12.  
  13. [New since 1.1:
  14. * Animations :-)...
  15.   You do them making your projects depend on an extra parameter,
  16.     and picFX renders them for all values of some range, and then
  17.     saves the resulting pictures
  18. * Expressions in filenames, useful for dynamical loading in animations
  19. * Some confirmation requesters added
  20. * Menus added
  21. * Pretty "About" window ;-)
  22. * A few shortcuts (R,G,B; menus)
  23. * Some bugs removed and some other minor improvements
  24. ]
  25.  
  26. -*-*-*-*-*-*-
  27.  
  28. This program lets you mix, deform or create picutes using functions.
  29. You can open as many windows as you want, each one can be either an
  30. image or a function.
  31.  
  32. The program calculates your r(x,y) g(x,y) and b(x,y) functions and
  33. writes a pixel of these red/green/blue components. You can refer to
  34. other projects in a formula:
  35. r(2,x,y) = 255-r(1,x,y)
  36. g(2,x,y) = 255-g(1,x,y)
  37. b(2,x,y) = 255-b(1,x,y)
  38. would output a negative version of project number one.
  39.  
  40. r(3,x,y) = (r(1,x,y)+r(2,x,y))/2
  41. g(3,x,y) = (g(1,x,y)+g(2,x,y))/2
  42. b(3,x,y) = (b(1,x,y)+b(2,x,y))/2
  43. would mix projects one and two into project three.
  44.  
  45. r(1,x,y) = x
  46. g(1,x,y) = y
  47. b(1,x,y) = 255-(x+y)/2
  48. would produce a nice spread..
  49.  
  50. This program is completely multi-tasking! Every time a rendering is
  51. started, a new task is created and its priority is a little lower
  52. than the main task, so the main program isn't slowed down when
  53. projects are rendering!
  54.  
  55. Amazingly fast rendering :-))
  56.  
  57. There is a friendly and intuitive user interface using MUI.
  58.  
  59. You have wide control over running projects: you can pause or change
  60. the sub-task priority while it is running directely from the
  61. user-interface. You can also hide windows to avoid cluttering the
  62. screen. Then you won't even remark that the computer is hard working
  63. on those projects :-)
  64.  
  65. Locale support; available languages (the guide is English-only):
  66. - Deutsch
  67. - English
  68. - Français
  69. [Any translator is welcome! Please send me your translations!]
  70.  
  71. Although this program is postcardware, it has no restriction. You can
  72. unpack and use it without limitation now!
  73.  
  74. Written in AmigaE, full source-code is included (MUI custom classes
  75. with custom methods and attributes, Exec lists, tasks and ports,
  76. dynamic assembly code generation, iff file creation/parsing... are used).
  77.  
  78.  
  79. ============================= Archive contents =============================
  80.  
  81. Original  Packed Ratio    Date     Time    Name
  82. -------- ------- ----- --------- --------  -------------
  83.     2266    1409 37.8% 13-Apr-99 18:51:18  Catalogs.info
  84.     4254    2057 51.6% 27-May-00 09:16:00 +picFX.catalog
  85.     1963    1268 35.4% 13-Apr-99 18:51:18  E-Source.info
  86.     5821    1969 66.1% 22-Apr-00 08:40:56 +classes.e
  87.    32925    9677 70.6% 21-May-00 09:32:36 +parser.e
  88.   140100   31463 77.5% 02-Jun-00 20:09:54 +picfx.e
  89.     6618    2005 69.7% 21-Jan-00 19:17:08 +varlist.e
  90.   119752   33843 71.7% 02-Jun-00 20:10:00  picfx
  91.    42806   17216 59.7% 02-Jun-00 20:31:04  picFX.guide
  92.     1676    1063 36.5% 13-Apr-99 18:51:18  picFX.guide.info
  93.     1674     898 46.3% 13-Apr-99 18:51:18  picFX.info
  94.     2524    1331 47.2% 02-Jun-00 20:23:42  picFX.readme
  95.    15139   15044  0.6% 23-Apr-00 19:50:06  picFXlogo
  96.     1904    1216 36.1% 13-Apr-99 18:51:18  Translation.info
  97.     3650    1623 55.5% 01-Jan-00 14:03:18 +deutsch.ct
  98.     5762    2683 53.4% 27-May-00 09:15:48 +français.ct
  99.     6031    2433 59.6% 27-May-00 09:15:48 +picFX.cd
  100. -------- ------- ----- --------- --------
  101.   394865  127198 67.7% 04-Jun-100 08:37:02   17 files
  102.